A software manager for easy development and distribution of Python code
Project description
Travel
A software manager for easy development and distribution of Python code.
The main features that Travel adds to Python are:
- Support for large-scale, multi-package projects
- Reproducibility (clear, transparent dependency management)
- Robust development-lifecycle, from blueprinting to distribution
Travel is inspired by what Maven is for Java and uses Pip and Virtual Environments.
Why Travel
Python is great in many things, particularly for scripting. But it is powerful enough to create complex software too. Still, when doing so, it lacks some robustness and quickness.
Instead:
-
Travel lets you forget about repetitive setup of Python projects, with creation of Virtual Environments, issues with imports, PYTHONPATH, folder structures. It does all of this for you.
-
Travel ensures that when you run a Python script, all its requirements are implicitly installed. Along with reproducibility, this makes room for easy collaboration between developers.
-
Also, while with standard tools it's hard to have multiple packages, one requiring the other, with Travel is a matter of few YAML files. You can split your project in several packages instead of having tons of requirements, code replication and/or single package-monoliths.
All in all, Travel lets you design proper structure and modularity for your code. No worries about imports and low-level stuff.
Example of Travel Project
You can find an example of Travel project here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file travel-0.5.0.tar.gz
.
File metadata
- Download URL: travel-0.5.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d3fd827ea6c013c2a928532f2dc56b68cda10624be6148cdf525e552d0ab7d0 |
|
MD5 | e0b5a3a0d69201d43cd7e823f72f2f5a |
|
BLAKE2b-256 | 96afecbf1fcbaf98b5f970f55e8f054edb346d5cae152b757f8c30a973c499c0 |