railtracks-cli 1.2.1__tar.gz → 1.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/PKG-INFO +1 -1
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/src/railtracks_cli/__init__.py +1 -1
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/LICENSE +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/README.md +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/build_cli.py +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/pyproject.toml +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/run_tests.py +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/src/railtracks_cli/__main__.py +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/tests/__init__.py +0 -0
- {railtracks_cli-1.2.1 → railtracks_cli-1.2.2}/tests/test_init.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: railtracks-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: railtracks - A Python development server with JSON API
|
|
5
5
|
Author-email: Logan Underwood <logan@railtown.ai>, Levi Varsanyi <levi@railtown.ai>, Jaime Bueza <jaime@railtown.ai>, Amir Refaee <amir@railtown.ai>, Aryan Ballani <aryan@railtown.ai>, Tristan Brown <tristan@railtown.ai>
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -35,7 +35,7 @@ import uvicorn
|
|
|
35
35
|
from fastapi import FastAPI
|
|
36
36
|
from fastapi.responses import FileResponse, JSONResponse
|
|
37
37
|
|
|
38
|
-
__version__ = "1.2.
|
|
38
|
+
__version__ = "1.2.2"
|
|
39
39
|
|
|
40
40
|
# TODO: Once we are releasing to PyPi change this to the release asset instead
|
|
41
41
|
latest_ui_url = "https://railtownazureb2c.blob.core.windows.net/cdn/rc-viz/latest.zip"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|