AST tools
Project description
upcast
This project provides a series of tools to analyze Python projects. It does not actually execute code but only uses static analysis methods. Therefore, it has a more universal application scenario.
- Github repository: https://github.com/mrlyc/upcast/
- Documentation https://mrlyc.github.io/upcast/
Installation
pip install upcast
Usage
find-env-vars
Infer the environment variables that a program depends on through code, including information such as default values and types.
upcast find-env-vars /path/to/your/python/project/**/*.py
The -o
option can be used to output a csv file for further analysis.
upcast find-env-vars /path/to/your/python/project/**/*.py -o env-vars.csv
Support the following output formats:
- csv
- html
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
upcast-0.1.3.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file upcast-0.1.3.tar.gz
.
File metadata
- Download URL: upcast-0.1.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99bdebd21a6a1a3289495557e1431ab08d23861f162bcd869cc5cbb7e9901556 |
|
MD5 | 95d39586fe0d40ef6b19da3c47ad8cf0 |
|
BLAKE2b-256 | 8f6000cb23c58459b5b90d7758bf5197192fa33e1c7b14adf91eabf4ff7173a8 |
File details
Details for the file upcast-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: upcast-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9cddb25a6e064221910bf9fa07dea75ab835554a8e79e2e245acf1000d3f4dd |
|
MD5 | aa6177e56edf7e17146f2f4b071582ea |
|
BLAKE2b-256 | 6b9a6d929bbc08a433c7f13d2beafec4cf1e256baa8bf9e63c38b61a6b341dd7 |