fxn 0.0.39__tar.gz → 0.0.40__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.
Files changed (51) hide show
  1. {fxn-0.0.39 → fxn-0.0.40}/PKG-INFO +5 -5
  2. {fxn-0.0.39 → fxn-0.0.40}/README.md +4 -4
  3. fxn-0.0.40/fxn/lib/linux/arm64/libFunction.so +0 -0
  4. fxn-0.0.40/fxn/lib/linux/x86_64/libFunction.so +0 -0
  5. {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/macos/arm64/Function.dylib +0 -0
  6. {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/macos/x86_64/Function.dylib +0 -0
  7. {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/windows/arm64/Function.dll +0 -0
  8. {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/windows/x86_64/Function.dll +0 -0
  9. {fxn-0.0.39 → fxn-0.0.40}/fxn/services/prediction.py +1 -1
  10. {fxn-0.0.39 → fxn-0.0.40}/fxn/version.py +1 -1
  11. {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/PKG-INFO +5 -5
  12. fxn-0.0.39/fxn/lib/linux/arm64/libFunction.so +0 -0
  13. fxn-0.0.39/fxn/lib/linux/x86_64/libFunction.so +0 -0
  14. {fxn-0.0.39 → fxn-0.0.40}/LICENSE +0 -0
  15. {fxn-0.0.39 → fxn-0.0.40}/fxn/__init__.py +0 -0
  16. {fxn-0.0.39 → fxn-0.0.40}/fxn/api/__init__.py +0 -0
  17. {fxn-0.0.39 → fxn-0.0.40}/fxn/api/client.py +0 -0
  18. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/__init__.py +0 -0
  19. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/configuration.py +0 -0
  20. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/dtype.py +0 -0
  21. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/fxnc.py +0 -0
  22. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/map.py +0 -0
  23. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/prediction.py +0 -0
  24. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/predictor.py +0 -0
  25. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/status.py +0 -0
  26. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/stream.py +0 -0
  27. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/value.py +0 -0
  28. {fxn-0.0.39 → fxn-0.0.40}/fxn/c/version.py +0 -0
  29. {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/__init__.py +0 -0
  30. {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/auth.py +0 -0
  31. {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/env.py +0 -0
  32. {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/misc.py +0 -0
  33. {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/predict.py +0 -0
  34. {fxn-0.0.39 → fxn-0.0.40}/fxn/cli/predictors.py +0 -0
  35. {fxn-0.0.39 → fxn-0.0.40}/fxn/function.py +0 -0
  36. {fxn-0.0.39 → fxn-0.0.40}/fxn/lib/__init__.py +0 -0
  37. {fxn-0.0.39 → fxn-0.0.40}/fxn/services/__init__.py +0 -0
  38. {fxn-0.0.39 → fxn-0.0.40}/fxn/services/predictor.py +0 -0
  39. {fxn-0.0.39 → fxn-0.0.40}/fxn/services/user.py +0 -0
  40. {fxn-0.0.39 → fxn-0.0.40}/fxn/types/__init__.py +0 -0
  41. {fxn-0.0.39 → fxn-0.0.40}/fxn/types/dtype.py +0 -0
  42. {fxn-0.0.39 → fxn-0.0.40}/fxn/types/prediction.py +0 -0
  43. {fxn-0.0.39 → fxn-0.0.40}/fxn/types/predictor.py +0 -0
  44. {fxn-0.0.39 → fxn-0.0.40}/fxn/types/user.py +0 -0
  45. {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/SOURCES.txt +0 -0
  46. {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/dependency_links.txt +0 -0
  47. {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/entry_points.txt +0 -0
  48. {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/requires.txt +0 -0
  49. {fxn-0.0.39 → fxn-0.0.40}/fxn.egg-info/top_level.txt +0 -0
  50. {fxn-0.0.39 → fxn-0.0.40}/pyproject.toml +0 -0
  51. {fxn-0.0.39 → fxn-0.0.40}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fxn
3
- Version: 0.0.39
3
+ Version: 0.0.40
4
4
  Summary: Run prediction functions locally in Python. Register at https://fxn.ai.
5
5
  Author-email: "NatML Inc." <hi@fxn.ai>
6
6
  License: Apache License
@@ -229,7 +229,10 @@ Requires-Dist: typer
229
229
 
230
230
  [![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscord.com%2Fapi%2Finvites%2Fy5vwgXkz2f%3Fwith_counts%3Dtrue&query=%24.approximate_member_count&logo=discord&logoColor=white&label=Function%20community)](https://fxn.ai/community)
231
231
 
232
- Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies. In a few steps:
232
+ Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
233
+
234
+ > [!TIP]
235
+ > [Join our waitlist](https://fxn.ai/waitlist) to bring your custom Python functions and run them on-device across Android, iOS, macOS, Linux, web, and Windows.
233
236
 
234
237
  ## Installing Function
235
238
  Function is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). To install, open a terminal and run the following command:
@@ -266,9 +269,6 @@ prediction = fxn.predictions.create(
266
269
  print(prediction.results[0])
267
270
  ```
268
271
 
269
- > [!TIP]
270
- > Explore public predictors [on Function](https://fxn.ai/explore) or [create your own](https://fxn.ai/waitlist).
271
-
272
272
  ## Using the Function CLI
273
273
  Open up a terminal and login to the Function CLI:
274
274
  ```sh
@@ -4,7 +4,10 @@
4
4
 
5
5
  [![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscord.com%2Fapi%2Finvites%2Fy5vwgXkz2f%3Fwith_counts%3Dtrue&query=%24.approximate_member_count&logo=discord&logoColor=white&label=Function%20community)](https://fxn.ai/community)
6
6
 
7
- Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies. In a few steps:
7
+ Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
8
+
9
+ > [!TIP]
10
+ > [Join our waitlist](https://fxn.ai/waitlist) to bring your custom Python functions and run them on-device across Android, iOS, macOS, Linux, web, and Windows.
8
11
 
9
12
  ## Installing Function
10
13
  Function is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). To install, open a terminal and run the following command:
@@ -41,9 +44,6 @@ prediction = fxn.predictions.create(
41
44
  print(prediction.results[0])
42
45
  ```
43
46
 
44
- > [!TIP]
45
- > Explore public predictors [on Function](https://fxn.ai/explore) or [create your own](https://fxn.ai/waitlist).
46
-
47
47
  ## Using the Function CLI
48
48
  Open up a terminal and login to the Function CLI:
49
49
  ```sh
@@ -32,7 +32,7 @@ class PredictionService:
32
32
  self.__fxnc = PredictionService.__load_fxnc()
33
33
  self.__cache = { }
34
34
  self.__cache_dir = self.__class__.__get_resource_dir() / ".fxn" / "cache"
35
- self.__cache_dir.mkdir(exist_ok=True)
35
+ self.__cache_dir.mkdir(parents=True, exist_ok=True)
36
36
 
37
37
  def create (
38
38
  self,
@@ -3,4 +3,4 @@
3
3
  # Copyright © 2024 NatML Inc. All Rights Reserved.
4
4
  #
5
5
 
6
- __version__ = "0.0.39"
6
+ __version__ = "0.0.40"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fxn
3
- Version: 0.0.39
3
+ Version: 0.0.40
4
4
  Summary: Run prediction functions locally in Python. Register at https://fxn.ai.
5
5
  Author-email: "NatML Inc." <hi@fxn.ai>
6
6
  License: Apache License
@@ -229,7 +229,10 @@ Requires-Dist: typer
229
229
 
230
230
  [![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscord.com%2Fapi%2Finvites%2Fy5vwgXkz2f%3Fwith_counts%3Dtrue&query=%24.approximate_member_count&logo=discord&logoColor=white&label=Function%20community)](https://fxn.ai/community)
231
231
 
232
- Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies. In a few steps:
232
+ Run prediction functions (a.k.a "predictors") locally in your Python apps, with full GPU acceleration and zero dependencies.
233
+
234
+ > [!TIP]
235
+ > [Join our waitlist](https://fxn.ai/waitlist) to bring your custom Python functions and run them on-device across Android, iOS, macOS, Linux, web, and Windows.
233
236
 
234
237
  ## Installing Function
235
238
  Function is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). To install, open a terminal and run the following command:
@@ -266,9 +269,6 @@ prediction = fxn.predictions.create(
266
269
  print(prediction.results[0])
267
270
  ```
268
271
 
269
- > [!TIP]
270
- > Explore public predictors [on Function](https://fxn.ai/explore) or [create your own](https://fxn.ai/waitlist).
271
-
272
272
  ## Using the Function CLI
273
273
  Open up a terminal and login to the Function CLI:
274
274
  ```sh
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes