Skip to content

A simple, pip installable package sample with a console entry point.

License

Notifications You must be signed in to change notification settings

caglartoklu/fishnchips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fishnchips

Fish n Chips

A simple, pip installable package sample with a console entry point with demonstration purposes.

This package can be downloaded for examination as a sample, or it can be modified for your own purposes.

Note: cookiecutter-pypippackage can be used to create a project similar to this layout.

Installation

You can clone the repository via git:

git clone https://github.com/caglartoklu/fishnchips

TODO: how to install the package?

TODO: how to run it from command line?

TODO: how to run the tests from command line?

Requirements

TODO: Requirements

Usage

Editing

Any text editor such as Vim or Emacs is always fine.

If you use Visual Studio, .vs directory is already added to .gitignore file.

If you use PyCharm, .idea directory is already added to .gitignore file.

When you use PyCharm to inspect the project, "Inspection Results" window will include the .eggs directory. To ignore the inspection for that directory, right-click on the directory, select Mark Directory as and then select Excluded.

https://user-images.githubusercontent.com/2071639/56022258-ef2d5c80-5d13-11e9-82ca-495a275f8188.png

.private or _private directory (you can create them yourself if you need a directory that will not be tracked by git) are already added to .gitignore file.

Modifying

TODO: Modifying

TODO: how to add new command line options?

References

Licence

http://www.wtfpl.net/

About

A simple, pip installable package sample with a console entry point.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages