Skeletons used on fly
Project description
This package is used for quickly setup some basic namespace packages or buildout based packages.
create namespaced packages
$ paster create -t fly_namespace fly.test $ find fly.test fly.test/ fly.test/fly fly.test/fly/__init__.py fly.test/fly/test fly.test/fly/test/__init__.py fly.test/fly/__init__.pyc fly.test/setup.py fly.test/README.rst fly.test/fly.test.egg-info fly.test/setup.cfg
create buildout based packages
$ paster create -t fly_buildout example $ find example/ example/ example/bootstrap.py example/buildout.cfg example/example example/example/__init__.py example/example.egg-info example/README.rst example/setup.cfg example/setup.py
create fully packages with namespace and buildout
$ paster create -t fly_full fly.full $ find fly.full fly.full/ fly.full/bootstrap.py fly.full/buildout.cfg fly.full/fly fly.full/fly/__init__.py fly.full/fly/__init__.pyc fly.full/fly/full fly.full/fly/full/__init__.py fly.full/fly.full.egg-info fly.full/README.rst fly.full/setup.cfg fly.full/setup.py
For more information, go to https://github.com/youngking/fly.skels
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fly.skels-0.2.1.tar.gz
(6.8 kB
view details)
File details
Details for the file fly.skels-0.2.1.tar.gz
.
File metadata
- Download URL: fly.skels-0.2.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75930e8fabe2a6c46741e574bac439e38c0bf8666b91fd0814dcc350e81e22bf |
|
MD5 | 913284bcc6fa41ee202766a36968a813 |
|
BLAKE2b-256 | eaa51666697c0592d90fdf96df864d84870ad3a871b831b35000fddb0e99516e |